HyperText Markup Language (HTML) Help
https://www.w3schools.com/html/default.asp
Tags are listed in upper case for ease of reading, although most tags are
not case sensitive.
The file index.html is the default home page of a website.
SYMBOLS USED
---------------------------------------------------------------------------
URL URL of an external file (or just file name if in the same directory)
? Arbitrary number (i.e. means
,
,
, etc.)
% Arbitrary percentage (i.e. means , etc.)
*** Arbitrary text (i.e. ALT="***" means fill in with text)
$$$$$$ Arbitrary hex (i.e. BGCOLOR="#$$$$$$" means BGCOLOR="#00FF1C", etc.)
,,, Comma-delimited (i.e. COORDS=",,," means COORDS="0,0,50,50", etc.)
| Alternatives (i.e. ALIGN=LEFT|RIGHT|CENTER means pick one of these)
GENERAL (all HTML documents should have these html tags)
--------------------------------------------------------------
Document Type (beginning and end of file)
Header (descriptive info, such as title)
Title (must be in header)
Body (bulk of the page)
Comments (comments are between the arrows)
Example:
My Home Page
My Website
Welcome to My Home Page
STRUCTURAL DEFINITION (appearance controlled by the browser's preferences)
---------------------------------------------------------------------------
Heading (? = 1-6)
Align Heading
Division (block/entire row)
Spand (inline/side by side)
Align Division
Block Quote (usually indented)
Emphasis (usually displayed as italic)
Strong Emphasis (usually displayed as bold)
Citation (usually italics)
Code (for source code listings)
Sample Output
Keyboard Input
Variable
Definition (not widely implemented)
Author's Address
Large Font Size
Small Font Size
PRESENTATION FORMATTING (author specifies text appearance)
---------------------------------------------------------------------------
Scripts
Bold
Italic
Underline (not widely implemented yet)
Insert (same as underline)
Strikeout (not widely implemented yet)
Strikeout (not widely implemented yet)
Delete (same as strikeout)
Subscript
Superscript
Mark (highlighted text)
Typewriter (displays in a monospaced font)
Preformatted (display text spacing as-is)
Width (in characters)
Center
(for both text and images)
Blinking (the most derided tag ever)
Font Size (ranges from 1-7)
Change Font Size
Base Font Size (from 1-7; default is 3)
Font Color
Select Font
Multi-Column
Column Gutter
Column Width
Spacer
Spacer Type
Size
Dimensions
Alignment
LINK
---------------------------------------------------------------------------
Link Something (the URL could be https://www.amazon.com/)
Open another tab
Link to Target (if in another document)
(if in current document)
Target Window
Define Target
Examples:
AmazonAmazonRadio Notes
IMAGE
---------------------------------------------------------------------------
Display Image
Alignment
Alignment
Alternate (if image not displayed)
Dimensions (in pixels)
Border (in pixels)
Runaround Space (in pixels)
Low-Res Proxy
Imagemap (requires a script)
Imagemap
Examples:
MAP
---------------------------------------------------------------------------
To embed a map from Google Maps click on the 3 horizontal lines Menu>Share or embed map>Embed a map>COPY HTML
and paste it in your html code.
Example:
Map (describes the map)
Section
Client Pull
Embed Object